PlacesSidebar: Unref cloud_manager in dispose()
authorDaniel Boles <dboles@src.gnome.org>
Tue, 12 Sep 2017 21:15:27 +0000 (22:15 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 18 Sep 2017 22:30:57 +0000 (23:30 +0100)
commit94eecf57dc26b13ccbd22f59fdf678741186b35a
tree39c6e614a6d5adc5333366837b798e5e67222144
parent383fa87993b590f0ee1d36c70e9e949679ddc4b5
PlacesSidebar: Unref cloud_manager in dispose()

We ref the CloudProviders singleton in init() but did not unref it in
dispose(). Do so, using g_clear_object().

https://bugzilla.gnome.org/show_bug.cgi?id=787600
gtk/gtkplacessidebar.c